home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / D_E / EWU11B.ZIP / RUNME.BAT < prev   
DOS Batch File  |  1993-11-19  |  1KB  |  33 lines

  1. @echo off
  2. if exist empw.exe goto patchit
  3. echo Instructions:
  4. echo    Copy these files into your Empire Deluxe/Windows directory, and
  5. echo    then run this 'RUNME.BAT' file again.  This will apply the patches
  6. echo    to your current copy of Empire Deluxe, and then show you the
  7. echo    'CHANGES.TXT' file.
  8. goto byebye
  9.  
  10. :patchit
  11. echo We are about to apply the patches to upgrade your installed copy
  12. echo of Empire Deluxe/Windows to version 3.11b.  After the
  13. echo files have been modified, you will be shown the 'CHANGES.TXT' file
  14. echo which describes the enhancements included in this update.
  15. echo.
  16. pause Type any key to continue, Control-C to abort
  17. patch edwup11b.rtp
  18. if errorlevel 1 goto patchfail
  19. echo The update process was successful.
  20. echo.
  21. pause Type any key to continue, Control-C to abort
  22. more <changes.txt
  23. goto byebye
  24.  
  25. :patchfail
  26. echo There seems to have been a problem updating Empire Deluxe.
  27. echo Please re-install the game from the original disks and then
  28. echo re-run this update.
  29.  
  30. :byebye
  31. echo.
  32. echo Thank You! --- White Wolf Productions, Inc.
  33.